home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / TravelingSalesman / Source_code / Makefile < prev    next >
Encoding:
Makefile  |  1992-08-17  |  814 b   |  39 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Traveling_Salesman
  11.  
  12. INTERFACES = Salesman.nib
  13. CLASSES = PlotController.m PlotView.m
  14. MFILES = Traveling_Salesman_main.m
  15. PSWFILES = drawingFuncs.psw
  16. TIFFFILES = Icon.tiff cross.tiff
  17. APPICON = Icon.tiff
  18.  
  19.  
  20. SOURCEMODE = 444
  21.  
  22. LIBS = -lNeXT_s -lsys_s
  23. DEBUG_LIBS = $(LIBS)
  24. PROF_LIBS = -lNeXT_p -lsys_p
  25.  
  26. MAKEFILEDIR = /usr/lib/nib
  27. ICONSECTIONS =    -sectcreate __ICON app Icon.tiff
  28.  
  29. INSTALLDIR = $(HOME)/Apps
  30. INSTALLFLAGS = -c -s -m 755
  31.  
  32. -include Makefile.preamble
  33.  
  34. include $(MAKEFILEDIR)/app.make
  35.  
  36. -include Makefile.postamble
  37.  
  38. -include Makefile.dependencies
  39.